ee4d757a0552dfe980e745f5d4c8b7381668cb40
[lhc/web/wiklou.git] / tests / browser / features / support / pages / view_history_page.rb
1 class ViewHistoryPage
2 include PageObject
3
4 a(:view_history_link, css: '#ca-history a')
5 a(:old_version_link, css: '#pagehistory a.mw-changeslist-date')
6 end